xm-test: Disable DEBUG_STACK_USAGE which breaks test cases
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 12:39:37 +0000 (13:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Aug 2009 12:39:37 +0000 (13:39 +0100)
The unnecessary 'used greatest stack depth' messages on the console
breaks xm-test cases by random.  Typically a testcase reads input from
the console and parses it.  When DEBUG_STACK_USAGE is enabled, these
stack usage messages are printed by random - the test case reads this
message, cannot handle it and fails.

Signed-off-by: Andreas Florath <xen@flonatel.org>
buildconfigs/enable-xen-config

index 5483ddd4039172de6c9566754824991591b31f2e..2bef15a0eb738ae1bb205cb6008c32625f8dd9af 100644 (file)
@@ -62,6 +62,8 @@ setopt CONFIG_LOCALVERSION_AUTO n
 
 setopt CONFIG_BRIDGE y
 
+setopt CONFIG_DEBUG_STACK_USAGE n
+
 # Should all be set one way or another in defconfig but aren't
 setopt CONFIG_NUMA n
 setopt CONFIG_X86_VSMP n